Returns the header line for function _TS_TaskList so you can pass this to _ArrayDisplay as parameter $sHeader.
#Include <TaskScheduler.au3>
_TS_TaskListHeader($iProperties)
Parameters
| $iProperties | [optional] A bitwise mask that indicates the properties to be returned. |
Return Value
Success: Column headers separated by |
Remarks
For possible values for parameter $iProperties please see function _TS_TaskList
Related